-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: operation mode debug panel #8933
base: main
Are you sure you want to change the base?
feat: operation mode debug panel #8933
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Takagi, Isamu <[email protected]>
c3c2bca
to
68ed543
Compare
Signed-off-by: Takagi, Isamu <[email protected]>
@isamu-takagi -san, thanks for the consideration. Could you also rename the panel to |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8933 +/- ##
==========================================
- Coverage 28.10% 28.07% -0.04%
==========================================
Files 1314 1317 +3
Lines 98279 98392 +113
Branches 39714 39718 +4
==========================================
Hits 27625 27625
- Misses 70550 70663 +113
Partials 104 104
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
The legacy state panel is used to debug the operation mode.
Since it would be confusing to have a panel with the same function, I extracted that part.
Also, since it will be used as a panel dedicated to debugging, the following changes have been made:
is_mode_*_available
is false.Related links
How was this PR tested?
Run planning simulation and change to drive mode and stop mode.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.